/* portal.css */

/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */


/*
@import url("css/reset.css");
@import url("css/style.css");
*/


@import url("css/icons-metrize.css");
@import url("css/dripicon.css");
@import url("css/buttons.css");
@import url("css/owl.theme.default.css");
@import url("css/owl-main-banner-theme.css");
@import url("css/jCal.css");
@import url("css/responsive-tabs.css");
@import url("css/responsive.css");
@import url("css/tooltipster.css");
@import url("css/contactus.css");
@import url("css/info.css");
@import url("css/region.css");
@import url("css/trip.css");
@import url("css/country.css");
@import url("css/activities.css");
@import url("css/activities-items.css");
@import url("css/circle.css");
@import url("css/floating-nav.css");
@import url("css/aSelect.css");
@import url("css/product-finder.css?v=2");
@import url("css/category-colours.css");
@import url("css/static-template.css");
@import url("css/booking-form.css");
@import url("css/brochures.css");
@import url("css/print.css") print;
@import url("css/wexmegamenu.css");
@import url("css/deals.css");
@import url("css/events.css");
@import url("css/new_rating.css");
@import url("TripDateSelector/css/jquery-ui.wexDatePicker.css");
@import url("TripDateSelector/css/jquery-ui.theme.wexDatePicker.css");
@import url("TripDateSelector/css/jquery.clearable.css");
@import url("TripDateSelector/css/newStyles.css");
@import url("css/404.css");
@import url("css/navbar-position.css");
@import url("css/awh-icon.css");
@import url("css/chat.css");
.hide {
    display: none;
}
#dnn_ContentPaneFull {
    min-height: 140px;
}
#dnn_ContentPaneFull img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* PAGE BACKGROUND */


/* background color for the header at the top of the page  */

.HeadBg {}

/* background color for the content part of the pages */

Body {}
.ControlPanel {}

/* background/border colors for the selected tab */

.TabBg {}
.LeftPane {}
.ContentPane {}
.RightPane {}

/* text style for the selected tab */

.SelectedTab {}

/* hyperlink style for the selected tab */

A.SelectedTab:link {}
A.SelectedTab:visited {}
A.SelectedTab:hover {}
A.SelectedTab:active {}

/* text style for the unselected tabs */

.OtherTabs {}

/* hyperlink style for the unselected tabs */

A.OtherTabs:link {}
A.OtherTabs:visited {}
A.OtherTabs:hover {}
A.OtherTabs:active {}

/* GENERAL */


/* style for module titles */

.Head {}

/* style of item titles on edit and admin pages */

.SubHead {}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */

.SubSubHead {}

/* text style used for most text rendered by modules */

.Normal {}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

.NormalTextBox {}
.NormalRed {}
.NormalBold {}

/* text style for buttons and link buttons used in the portal admin pages */

.CommandButton {}

/* hyperlink style for buttons and link buttons used in the portal admin pages */

A.CommandButton:link {}
A.CommandButton:visited {}
A.CommandButton:hover {}
A.CommandButton:active {}

/* button style for standard HTML buttons */

.StandardButton {}

/* GENERIC */



html body H1,
html body H2,
html body h3,
html body H4{color:#455560;}
H5,
DT {}
H6 {}
TFOOT,
THEAD {}
TH {}
A:link {}
A:visited {}
A:hover {}
A:active {}
SMALL {}
BIG {}
BLOCKQUOTE,
PRE {}
UL LI {}
UL LI LI {}
UL LI LI LI {}
OL LI {}
OL OL LI {}
OL OL OL LI {}
OL UL LI {}
HR {}

/* MODULE-SPECIFIC */


/* text style for reading messages in Discussion */

.Message {}

/* style of item titles by Announcements and events */

.ItemTitle {}

/* Menu-Styles */


/* Module Title Menu */

.ModuleTitle_MenuContainer {}
.ModuleTitle_MenuBar {}
.ModuleTitle_MenuItem {}
.ModuleTitle_MenuIcon {}
.ModuleTitle_SubMenu {}
.ModuleTitle_MenuBreak {}
.ModuleTitle_MenuItemSel {}
.ModuleTitle_MenuArrow {}
.ModuleTitle_RootMenuArrow {}

/* Main Menu */

.MainMenu_MenuContainer {}
.MainMenu_MenuBar {}
.MainMenu_MenuItem {}
.MainMenu_MenuIcon {}
.MainMenu_SubMenu {}
.MainMenu_MenuBreak {}
.MainMenu_MenuItemSel {}
.MainMenu_MenuArrow {}
.MainMenu_RootMenuArrow {}

/* Login Styles */

.LoginPanel {}
.LoginTabGroup {}
.LoginTab {}
.LoginTabSelected {}
.LoginTabHover {}
.LoginContainerGroup {}
.LoginContainer {}

/* START Respondsive section */
@media (max-width:767px){
}
@media (min-width:768px) {
  #mainMenu .dropdown-toggle > .fa-chevron-right {
    display: none;
	}
    /* Home Sidebar */
    .home-sidebar h3 {
        margin: 50px 0 20px;
    }
    .testimonial-section {
        padding: 60px 0;
    }
    .testimonial-section .testimonial-icon {
        background: url(/portals/0/images/icon-testimonial.png) center top no-repeat;
        padding: 60px 0 0;
        text-align: center;
        margin: 40px 0 0;
    }
    .testimonial-section .testimonial-icon h2 {
        font-size: 30px;
        letter-spacing: 2.5px;
    }
    #bottom-section .bottom-content {
        margin: 65px 0 70px;
    }
}

/* END Respondsive section */


/* START Resposive style */

.videoh {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoh iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* END Responsive style */


/* Globle style*/

.main p,
.main label {
    font-size: 15px;
    color: #373b40;
    font-family: "open_sansregular";
}
.main .home-sidebar ul {
    padding-left: 0px!important;
    list-style: none;
}

/*Home page css*/

.tile-container {
    position: relative;
    margin: 5px -10px;
}
.tile-container img {
    width: 100%;
}
.tile-container .tile-content {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(23%, rgba(255, 255, 255, 0.16)), color-stop(44%, rgba(0, 0, 0, 0.31)), color-stop(82%, rgba(0, 0, 0, 0.58)), color-stop(100%, rgba(0, 0, 0, 0.71)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    position: relative;
    top: -65px;
    left: 0;
    padding: 20px;
    right: 0;
    margin-bottom: -65px;
    
}

.tile-container .tile-content h3 {
    font-size: 24px;
    font-family: 'asapbold';
    color: #FFF;
    text-transform: none;
    margin-bottom: 0px;
    font-weight: 900;
}
.tile-container .tile-content h3 span {
    display: block;
    font-family: 'asapregular';
    font-weight: 500;
    font-size: 16px;
}
.home-sidebar ul li {
    font-size: 17px;
    font-family: "open_sansregular";
}
.home-sidebar h1 {
    font-family: 'asapbold';
    color: #414b56;
    margin: 50px 0;
    text-transform: none;
}
.home-sidebar p {
    margin: 0 0 40px;
}
.home-sidebar h1 span {
    display: block;
    color: #c57b24;
}
.home-sidebar li {
    position: relative;
    padding: 0 0 5px 15px;
    color: #373b40;
}
.home-sidebar li:before {
    content: "";
    background: #c57b24;
    width: 5px;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 10px;
}
.home-sidebar li:before {
    content: "";
    background: #c57b24;
    width: 5px;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 10px;
}
.home-sidebar h3 {
    background: url(/portals/0/images/icon-video.png) left bottom no-repeat;
    color: #c57b24;
    font-size: 18px;
    padding: 30px 0 0 60px;
    margin: 0 0 20px;
    font-family: 'asapbold';
    text-transform: none;
}
.orange .button2,
.orange.button2 {
    background-color: #c57b24;
    border: 1px solid #c57b24;
    color: #c57b24;
}
.nepal .button2,
.nepal.button2 {
    background-color: #373A3F;
    border: 1px solid #373A3F;
    color: #373A3F;
}
.dark .button2,
.dark.button2 {
    background-color: #2a3139;
    border: 1px solid #2a3139;
    color: #2a3139;
}

/* Testimonials section */

.testimonial-section {
    background: #ebebeb;
    padding: 30px 0 0;
    margin: 5px 5px;
    calc(100% - 100px): calc(100% -);
    width: calc(100% - 11px)!important;
}
.testimonial-section .testimonial-icon {
    background: url(/portals/0/images/icon-testimonial.png) center top /50px 50px no-repeat;
}
.testimonial-section .testimonial-icon h2 {
    font-family: 'asapbold';
    font-size: 24px;
    color: #6B9080;
    letter-spacing: 2.5px;
    padding: 15px 0 30px 60px;
    margin: auto 0;
}
.testimonial-section .testimonial-content .title {
    font-family: 'asapbold';
    font-size: 18px;
    color: #373b40;
    margin: 0 0 20px;
}
.testimonial-section .testimonial-content .content {
    font-family: 'asapitalic';
    font-size: 18px;
    color: #414b56;
    margin: 0 0 20px;
    line-height: initial;
}
.testimonial-section .testimonial-content .author {
    font-family: 'asapitalic';
    font-size: 15px;
    color: #6B9080;
    margin: 0;
    font-weight: 900;
}
.testimonial-section .testimonial-content .date {
    color: #414b56;
    font-family: "asapitalic";
    font-size: 16px;
}

/* Buttons */

.btn-close {
    display: block;
    width: 12px;
    height: 12px;
    background: url(/portals/0/images/btn-close.png) center no-repeat;
}
.testimonial-content .button,
.innovationsection .button {
    background: #FFF!important;
    box-shadow: none!important;
    padding: 10px 25px;
}
.testimonial-content .green.button span,
.innovationsection .green.button span {
    color: #6B9080;
    text-shadow: none;
    height: 35px;
    font-size: 18px;
}
.green.button span {
    background-image: url(/portals/0/images/btn-icon-green.png);
    line-height: 33px;
    display: inline-block;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    padding: 0 25px 0 0;
    color: #FFF;
    font-family: 'asapregular';
}
.testimonial-content .owl-dots {
    text-align: left;
    margin-bottom: -20px;
}
.testimonial-content .owl-theme .owl-dots .owl-dot.active span,
.testimonial-content .owl-theme .owl-dots .owl-dot:hover span {
    background: #000!important;
    border: 2px solid #FFF;
}
.testimonial-content .owl-theme .owl-dots .owl-dot span {
    background: white!important;
}

/* START section bg */

.adventures-section {
    background: url(/portals/0/images/bg-adventures.jpg) center top no-repeat #908e81;
    padding: 20px 0 20px;
}
.adventures-section .adventure-info {
    background: #f2f2f2;
    padding: 20px;
    position: relative;
    height: 220px !important;
}
.adventures-section .adventure-info h3 {
    color: #373B40;
    font-family: 'asapbold';
    text-transform: none;
}
.adventures-section .adventure-img {
    position: relative;
}
.country-title {
    font-family: "open_sansbold";
    font-size: 14px;
    color: #FFF;
    line-height: 29px;
    padding: 0 10px;
    position: absolute;
}
.green .country-title {
    background: #6B9080;
}
.country-title.bottom-left {
    border-radius: 0 3px 0 0;
    bottom: 0px;
    left: 0;
}
#adventures-section .adventure-info a.button {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.green .button {
    border: 1px solid #6B9080;
}
.innovationsection .button {
    border: 1px solid #6B9080;
}
.adventure-info .button {
    background: #FFF;
}
.green .button span,
.green.button span {
    color: #6B9080;
    text-shadow: none;
    background-image: url(/portals/0/images/btn-icon-green.png);
}
.button span,
.button2 span {
    line-height: 25px;
    display: inline-block;
    background-image: url(/portals/0/images/btn-icon.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    padding: 0 25px 0 0;
    color: #FFF;
    font-family: 'asapregular';
}
.adventures-section .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: -39px;
    width: 62px;
    height: 62px;
    background: url(/portals/0/images/carousel-left.png) no-repeat!important;
    text-indent: -9999px;
}
.adventures-section .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: -39px;
    width: 62px;
    height: 62px;
    background: url(/portals/Utracks/images/carousel-right.png) no-repeat!important;
    text-indent: -9999px;
}
.adventures-section .owl-carousel.stage-margin .owl-stage-outer {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.adventures-section .owl-carousel.rounded-nav .owl-controls .owl-nav [class*=owl-],
.adventures-section .owl-carousel.rounded-nav .owl-controls .owl-nav [class*=owl-]:hover {
    padding: 3px 7px;
    border-radius: 50%;
    background: 0 0;
    border: none!important;
    color: #999;
}
.adventure-desc {
    white-space: nowrap;
    height: 55px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #000000;
    color: lightcoral;
}

/* ellipsis for multiline */

.ellipsis {
    overflow: hidden;
    height: 78px;
    line-height: 25px;
    margin: 0px;
    border: 0px solid #AAA;
}
.ellipsis:before {
    content: "";
    float: left;
    width: 5px;
    height: 80px;
}
.ellipsis > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px;
}
.ellipsis:after {
    content: "...";
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: relative;
    top: -32px;
    left: 95%;
    width: 3em;
    margin-left: -3em;
    padding-right: 5px;
    text-align: right;
}

/* White section Homepage */

.bottom-content h3 {
    font-size: 22px;
    color: #CB6828;
    margin: 25px 0 20px;
    padding: 0 0 20px;
    background: url(/portals/Tasmanian%20Expeditions/images/border-bottom.gif) center bottom no-repeat;
    font-family: 'asapbold';
}

/* Moved to owl-theme.css*/


/* Newsletter section */

.footer-top-content .form-group {
    padding: 0 0px!important;
    margin: 0px!important;
}
.footer-top-content label {
    font-weight: normal;
    color: #FFF;
    font-size: 20px;
    font-family: 'open_sansbold';
    display: block;
    margin: 0 10px 0px 0px;
    padding: 0;
    line-height: 34px;
    float: left;
}
.footer-top-content input[type="text"] {
    text-align: left;
    padding: 0 10px;
    font-family: 'open_sansregular';
    font-size: 12px;
    color: #FFF;
    background: transparent;
    border: 1px solid #6b9080;
    width: 200px;
    height: 35px;
    line-height: 35px;
    float: left;
}
.footer-top-content .green.button2 {
    background-color: #6b9080;
    border: 1px solid #6b9080;
    color: #6B9080;
}
.footer-top-content button.button2 {
    margin: 0 0 0 -1px;
    border-radius: 0 3px 3px 0;
    padding: 0 0px;
}
.footer-top-content .button2 {
    height: 35px;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    padding: 0 0px;
    background: transparent;
    border: 0;
    display: inline-block;
    cursor: pointer;
}
.footer-top-content .green.button2 {
    content: " ";
    line-height: 25px;
    display: inline-block;
    background-image: url(/portals/Utracks/images/btn-icon-round-tick.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    padding: 0 5px 0 5px;
    color: #FFF;
    font-family: 'asapregular';
    position: absolute;
    left: -2px;
}
.footer-top-content .green.button2:hover {
    content: " ";
    line-height: 25px;
    display: inline-block;
    background-image: url(/portals/Utracks/images/btn-icon-round-tick.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    padding: 0 5px 0 5px;
    color: #FFF;
    font-family: 'asapregular';
    background-color: #78a491;
    
}
.footer-top-content .form-group label {
    width: auto;
}
.footer-top-content input[type="text"] {
    font-size: 12px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #fff!important;
}
.footer-top-content::-webkit-input-placeholder {
    font-style: italic;
}
.footer-top-content:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
}
.footer-top-content::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
}
.footer-top-content:-ms-input-placeholder {
    font-style: italic;
}
.footer-top-content .orange,
.footer-top-content .orange a {
    color: #c57b24;
}
.footer-top-content .button,
.footer-top-content .button2 {
    height: 27px;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    padding: 4px 20px;
    background: transparent;
    border: 0;
    display: inline-block;
    cursor: pointer;
}
.footer-top-content .button.large,
.footer-top-content .button2.large {
    height: 35px;
    font-size: 18px;
}
.footer-top-content .orange .button2,
.footer-top-content .orange.button2,
.fourbox .orange .button,
.fourbox .orange .button2 {
    background-color: #c57b24;
    border: 1px solid #c57b24;
    color: #c57b24;
}
.footer-top-content .gray .button2,
.footer-top-content .gray.button2 {
    background-color: #373b40;
    border: 1px solid #373b40;
    color: #373b40;
}
.footer-top-content .orange:hover span,
.footer-top-content .orange2:hover span {
    background-image: url(/portals/0/images/btn-icon-orange.png);
    color: #c57b24;
}
.footer-top-content .gray:hover span,
.footer-top-content .gray2:hover span {
    background-image: url(/portals/0/images/btn-icon-green.png);
    color: #6B9080;
}
.footer-top-content .button2:hover {
    background: transparent;
}
.newslettersection {
    padding: 0!important;
}

/* Footer */

#footer-top-container {
    background: #1e2227;
    padding: 11px 0;
}
#footer-top-container .footer-top-content {
    padding: 11px 20px;
}
#footer-top-container .form-group {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#footer-top-container label {
    font-weight: normal;
    color: #FFF;
    font-size: 16px;
    font-family: 'open_sansbold';
    display: block;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    line-height: 34px;
}
#footer-top-container input[type="text"] {
    text-align: left;
    padding: 0 10px;
    font-family: 'open_sansregular';
    font-size: 12px;
    color: #FFF;
    background: transparent;
    border: 1px solid #6B9080;
    width: 200px;
    height: 35px;
    line-height: 35px;
    float: left;
}
#footer-top-container button.button2 {
    margin: 0 0 0 -1px;
    border-radius: 0 3px 3px 0;
    padding: 0 10px;
}
#footer-top-container button.button2 span {
    padding: 0 17px 0 0;
    height: 100%;
}
body .body > #footer h4 {
    font-size: 18px!important;
    font-family: 'open_sansbold';
    font-weight: normal;
    color: #CB6828!important;
    padding: 0 0 0 0px;
    font-style: normal;
    background: none;
    margin-bottom: 0px;
    
}


#footer .wefooter .footer-links {}
#footer .wefooter .footer-links .footer-links-column {
    margin: 0 0 20px;
}
#footer .wefooter .footer-links .footer-links-column h4 {
    cursor: pointer;
}
#footer .wefooter .footer-links .footer-links-column ul {
    display: none;
}
#footer .wefooter .footer-links .footer-links-column li {
    padding: 2px 0;
}
#footer .wefooter .footer-links .footer-links-column li a {
    font-size: 16px;
        font-family: "open_sansregular";

}
#footer .wefooter .footer-social-media {
    margin: 4px 0 0 0px;
}
#footer .wefooter .footer-social-media h4 {
    float: left;
    margin: 17px 0 0 0;
    line-height: 30px;
}
#footer .wefooter .footer-social-media .social-media-icon {
    display: inline-block;
    width: 40px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
#footer .wefooter .footer-social-media .social-media-icon.facebook {
    background-image: url(/portals/0/images/social-media-facebook.png);
}
#footer .wefooter .footer-social-media .social-media-icon.twitter {
    background-image: url(/portals/0/images/social-media-twitter.png?v=2);
}
#footer .wefooter .footer-social-media .social-media-icon.pinterest {
    background-image: url(/portals/0/images/social-media-pinterest.png);
}
#footer .wefooter .footer-social-media .social-media-icon.youtube {
    background-image: url(/portals/0/images/social-media-youtube.png);
}
#footer .wefooter .footer-social-media .social-media-icon.linkedin {
    background-image: url(/portals/0/images/social-media-linkedin.png);
}
#footer .wefooter .footer-social-media .social-media-icon.blog {
    background-image: url(/portals/0/images/social-media-blog.png);
}
#footer .wefooter .footer-social-media .social-media-icon.instagram {
    background-image: url(/portals/0/images/social-media-instagram.png);
}
#footer .wefooter .footer-travel-group {
    margin: 20px 0 0 0px;
}
.wefooter .footer-agent-login {
    margin: 0 !important;
}
.wefooter .footer-agent-login button {
    position: relative;
    bottom: 14px;
}
#footer .wefooter .footer-agent-login h4 {
    display: inline-block;
    margin: 45px 8px 0 0;
}
.wefooter .footer-social-media h4,
.wefooter .footer-travel-group h4,
.wefooter .footer-agent-login h4 {
    background: none;
    padding: 0;
    color: #cdcccb;
    font-size: 15px;
    margin: 0 20px 20px 0;
}
.wefooter ol,
ul {
    list-style: none;
}
.wefooter li {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-left: -40px;
}

/*Buttons*/

.wefooter .button,
.wefooter .button2 {
    height: 34px;
    font-size: 18px;
    border-radius: 3px;
    text-align: center;
    padding: 0 7px;
    background: transparent;
    border: 0;
    display: inline-block;
    cursor: pointer;
}
.wefooter .button.large span,
.wefooter .button2.large span {
    line-height: 32px;
}
.wefooter .button2,
.wefooter .button2 {
    background-color: #6B9080;
    border: 1px solid #6B9080;
    color: #6B9080;
}
.wefooter .button2:hover {
    background: none;
}
.wefooter .button2 span:hover {
    color: #6B9080;
    background-image: url(/portals/0/images/btn-icon-green.png);
}
.fourbox .button2 {
    height: 27px;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    padding: 0 20px;
    border: 0;
    display: inline-block;
    cursor: pointer;
}
.colours-tags .btn {
    margin-right: 5px;
}
#dnn_ContentPaneFull {
    min-height: 250px;
}
.availableDatesResponsiveTable .dateRow {
    padding: 10px 10px 10px 5px;
}
.availableDatesResponsiveTable .availableDatesHeader {
    padding: 0 20px;
}
.availableDatesResponsiveTable .evenRow {
    background: #f2f2f2 none repeat scroll 0 0;
}
.availableDatesResponsiveTable .oddRow {
    background: #ffffff none repeat scroll 0 0;
}
.availableDatesResponsiveTable .availableStatus {
    font-weight: normal;
    font-family: "open_sansregular";
    color: #6B9080;
}
.availableDatesResponsiveTable .limitedStatus {
    font-weight: normal;
    font-family: "open_sansregular";
    color: #c57b24;
}
.availableDatesResponsiveTable .closedStatus {
    font-weight: normal;
    font-family: "open_sansregular";
    color: #a33335;
}
.availableDatesResponsiveTable .statusColumn {
    font-weight: normal;
    font-family: "open_sansregular";
    color: #a3a3a3;
}
.availableDatesResponsiveTable .currency {
    font-size: 10px;
}
.availableDatesResponsiveTable .dateRowBookButton,
.availableDatesResponsiveTable .dateRowEnquireButton {
    font-size: 18px;
    font-weight: normal;
    height: 35px;
    margin-top: 4px;
    width: 132px;
}
.extraDateRow {
    display: none;
}
@media (min-width:768px) {
    .availableDatesResponsiveTable .dateRowItem {
        padding-top: 0px;
    }
}
@media (max-width:767px) {
    .availableDatesResponsiveTable .dateRowItem {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .availableDatesResponsiveTable .rightAlign-xs {
        text-align: right;
    }
    .availableDatesResponsiveTable .dateRowBookButton.mr-xs,
    .availableDatesResponsiveTable .dateRowEnquireButton.mr-xs {
        margin-right: 0px !important;
    }
}
.forceHidden {
    display: none !important;
}
.availableDatesResponsiveTable .dateRow {
    margin-left: 0px;
    margin-right: 0px;
}
@media (min-width:768px) and (max-width: 1199px) {
    .dateCell {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .owl-carousel {
        padding-top: 0px;
    }
    header {
        background-image: none !important;
        background-color: #000 !important;
        background: rgba(0, 0, 0, 1) url("") repeat scroll 0 0 !important;
    }
}
.departure-dates-btn-view-all,
.reviews-btn-view-all {
    background-color: #f2f2f2;
    color: #000 !important;
    background: #f2f2f2 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    margin: 20px 0 30px;
    padding: 12px 0 !important;
    position: relative;
    top: -15px;
    width: 100%;
}
.departure-dates-btn-view-all downIcon,
.reviews-btn-view-all downIcon {
    background: rgba(0, 0, 0, 0) url("images/arrow-down-green.png") no-repeat scroll right center / 10px 7px;
    padding-right: 20px;
}
.departure-dates-btn-view-all upIcon,
.reviews-btn-view-all upIcon {
    background: rgba(0, 0, 0, 0) url("images/arrow-up-green.png") no-repeat scroll right center / 10px 7px;
    padding-right: 20px;
}
.price {
    font-family: 'open_sanssemibold';
    padding: 18px 25px 0 0;
    line-height: 12px;
}
.why-travel-with-us-heading-style {
    font-family: 'open_sansbold'!important;
}
.travel-with-us-icon {
    text-align: center;
}
@media (min-width:1px) and (max-width:767px) {
    .travel-with-us-super-content {
        text-align: center;
        padding: 0 0px!important;
        margin-bottom: 20px!important;
    }
}
.country-title.top-left {
    border-radius: 0 0 3px;
    left: 0;
    top: 0;
}
.green .country-title {
    background: #6B9080 none repeat scroll 0 0;
}
.country-title {
    color: #fff;
    font-family: "open_sansbold";
    font-size: 14px;
    line-height: 29px;
    padding: 0 10px;
    position: absolute;
}
.nav-feature .nav-feature-item-info a,
.nav-feature .nav-feature-item-info a:link,
.nav-feature .nav-feature-item-info a:visited,
.nav-feature .nav-feature-item-info a:hover,
.nav-feature .nav-feature-item-info a:active {
    text-decoration: none;
}
.nav-feature-item .nav-feature-item-desc {
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#dnn_ImageSlider.dnnSortable {
    min-height: 200px !important;
}
regiongreybox .owl-carousel.stage-margin .owl-stage-outer {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
regiongreybox img {
    padding-right: 0 !important;
}
regiongreybox .owl-theme .owl-controls .owl-nav [class*="owl-"],
regiongreybox .owl-theme .owl-controls .owl-nav:hover [class*="owl-"] {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #9baa3a #9baa3a #78842d;
    border-radius: 111px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
regiongreybox .owl-theme .owl-controls .owl-prev {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 111px;
    height: 60px;
    left: -30px;
    position: absolute;
    top: -15px;
    width: 60px;
}
regiongreybox .owl-theme .owl-controls .owl-next {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 111px;
    height: 60px;
    position: absolute;
    right: -30px;
    top: -15px;
    width: 60px;
}
regiongreybox .owl-carousel .owl-controls .owl-prev::before {
    background: rgba(0, 0, 0, 0) url(images/thin_arrow_black.png) repeat scroll center center;
    content: "";
    display: block;
    height: 27px;
    left: 13px;
    position: relative;
    top: 12px;
    width: 16px;
}
#most-popular-destinations-anchor regiongreybox .owl-carousel .owl-controls::before {
    background: none;
}
regiongreybox .owl-carousel .owl-controls .owl-next::before {
    background: rgba(0, 0, 0, 0) url(images/thin_arrow_black.png) repeat scroll center center;
    content: "";
    display: block;
    height: 27px;
    left: 18px;
    position: relative;
    top: 12px;
    transform: rotate(180deg);
    width: 16px;
}
regiongreybox .owl-item div p {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 9999;
}
regiongreybox .owl-item div p span {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    padding: 2px 6px;
}
regiongreybox .owl-carousel.stage-margin.owl-theme.owl-loaded.owl-carousel-init {
    margin-bottom: 0;
}
.categoryFloatingNavOffset,
.tripFloatingNavOffset {
    font-size: 1px;
    line-height: 1px;
}
.responsiveImage {
    width: 100%;
    height: auto;
}
.videoSectionPlayerRow,
.videoSectionOtherVideosColumn {
    margin-bottom: 30px;
}
.WEXProductFinderResultsNarrow {
    padding-right: 15px;
    padding-left: 15px;
}
.WEXProductFinderResultsNarrowLoadMoreButtonWrapper {
    padding: 15px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}
.WEXProductFinderResultsNarrowLoadMoreButton {
    width: 100%;
}
.alert.alert-success.WEXProductFinderLoadingAlert {
    margin-top: 50px;
    background-color: #6B9080;
    color: #ffffff;
    border: 2px solid #ffffff;
}
.alert.alert-success.WEXProductFinderNoProductsFoundAlert {
    margin-top: 0;
    background-color: #6B9080;
    color: #ffffff;
    border: 2px solid #ffffff;
}
#similar-trips-section h3.worldex-heading,
#suggested-extensions-section h3.worldex-heading {
    margin-bottom: 18px;
    margin-top: 24px;
}
#similar-trips-section,
#suggested-extensions-section {
    margin-bottom: 24px;
}
#similar-trips-section .teaserTripName,
#suggested-extensions-section .teaserTripName {
    margin-bottom: 15px;
}
.homePage #dnn_promotionalGrid .template-heading {
    display: none;
}
.homePage h1.mainHeading {
    font-size: 40px;
    font-family: "asapbold";
    margin: 50px 0;
}
.homePage h1 .mainHeadingLine1 {
    color: #CB6828;
}
.homePage h1 .mainHeadingLine2 {
    color: #6B9080;
}
.homePage #dnn_contentPane ul {
    padding-left: 0;
}
.homePage #dnn_contentPane li {
    padding: 0 0 5px 15px;
    position: relative;
    font-family: "open_sansregular";
}
.homePage #dnn_contentPane li::before {
    background: #c57b24 none repeat scroll 0 0;
    border-radius: 2px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 5px;
}

/*
#main-banner.owl-carousel .owl-item {
    max-height: 708px;
}
*/

.isLargeDesktop header nav ul.nav-main li a {
    margin-left: 0px;
    margin-right: 0px;
}
.isSmallDesktop header nav ul.nav-main li a {
    padding: 14px 8px;
}
html .isSmallDesktop header .nav-bar-primary nav ul.nav-main > li > a {
    font-family: "asapregular";
    font-size: 12px;
}
.isSmallDesktop header nav ul.nav-main li a {
    margin-left: 0px;
    margin-right: 0px;
}
.homePage.isLargeDesktop .modal-dialog,
.homePage.isSmallDesktop .modal-dialog {
    width: 800px;
}
.modal-dialog.fullscreen-modal-dialog,
.modal-dialog.fullscreen-modal-dialog {
    height: 97% !important;
    margin: auto !important;
    padding: 0 !important;
    width: 98% !important;
}
.modal-dialog .region-grey {
    margin: 0;
}
.modal-dialog .region-grey-bottom {
    padding: 20px 15px 15px;
}
.modal-dialog .btn-reviews {
    padding-left: 30px;
}
.homePage .top-adventures-carousel .teaserInner,
.homePage .unique-adventures-carousel .teaserInner,
.homePage .new-adventures-carousel .teaserInner,
.homePage .user-defined-carousel .teaserInner,
.contentPage .user-defined-carousel .teaserInner {
    padding: 5px;
}
.user-defined-carousel-heading h1 {
    margin: 0;
    color: #CB6828;
    font-family: "asapbold";
}
.user-defined-carousel-heading h1 strong,
.user-defined-carousel-heading h1 b {
    font-family: "asapbold";
}
.homePage .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"],
.contentPage .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"] {
    background: rgba(0, 0, 0, 0) url("/portals/Utracks/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: calc(7% + 30px);
    padding: 10px;
    transform: rotate(0deg);
    width: 50px;
}
.homePage .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"],
.contentPage .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"] {
    background: rgba(0, 0, 0, 0) url("/portals/Utracks/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: calc(7% + 30px);
    padding: 10px;
    transform: rotate(180deg);
    width: 50px;
}
.homePage .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"],
.contentPage .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"] {
    background: rgba(0, 0, 0, 0) url("/portals/Utracks/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    padding: 10px;
    transform: rotate(0deg);
    width: 50px;
}
.homePage .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"],
.contentPage .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"] {
    background: rgba(0, 0, 0, 0) url("/portals/Utracks/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px;
    padding: 10px;
    transform: rotate(180deg);
    width: 50px;
}
.homePage .owl-carousel .owl-nav .owl-prev::before,
templatecarousel .owl-carousel .owl-nav .owl-next::before,
.contentPage .owl-carousel .owl-nav .owl-prev::before,
templatecarousel .owl-carousel .owl-nav .owl-next::before {
    content: "";
}
.homePage .owl-carousel .owl-nav .owl-next::before,
templatecarousel .owl-carousel .owl-nav .owl-next::before,
.contentPage .owl-carousel .owl-nav .owl-next::before,
templatecarousel .owl-carousel .owl-nav .owl-next::before {
    content: "";
}
.homePage .owl-carousel .owl-nav .owl-prev::before,
templatecarousel .owl-carousel .owl-nav .owl-next::before,
.contentPage .owl-carousel .owl-nav .owl-prev::before,
templatecarousel .owl-carousel .owl-nav .owl-next::before {
    content: "";
}
.homePage .owl-carousel .owl-nav,
.contentPage .owl-carousel .owl-nav {
    margin-top: -40px;
}
.homePage.isMobile .owl-carousel .owl-nav,
.contentPage.isMobile .owl-carousel .owl-nav {
    margin-top: 50px;
}
.homePage.isMobile .top-adventures-carousel.owl-carousel,
.homePage.isMobile .unique-adventures-carousel.owl-carousel,
.homePage.isMobile .new-adventures-carousel.owl-carousel,
.contentPage.isMobile .top-adventures-carousel.owl-carousel,
.contentPage.isMobile .unique-adventures-carousel.owl-carousel,
.contentPage.isMobile .new-adventures-carousel.owl-carousel {
    padding-top: 0px;
}
.carouselLoadingDiv {
    background-image: url(/Portals/World%20Expeditions/Icons/carousel-item-loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
}
.home-page-adventures-section {
    background: #908e81 url("/Portals/World%20Expeditions/images/bg-adventures.jpg") no-repeat scroll center top;
    background-size: 100%;
    padding: 0 0 20px;
}
.home-page-teaser-carousel-heading h1 {
    color: #FFFFFF;
    font-family: "asapregular";
    margin: 50px 5px 0;
}
.home-page-teaser-carousel-heading h1 strong {
    font-family: "asapbold";
}
.homePageUniqueSellingPoints {
    margin-top: 50px;
}
.homePageUniqueSellingPoints .bottom-content {
    text-align: center;
}
.homePageUniqueSellingPointsIcon {
    height: 60px;
}
.homePageUniqueSellingPoints .bottom-content h3 {
    text-transform: none;
}
.homePageWatchOrVideoHeading {
    background: rgba(0, 0, 0, 0) url("/Portals/World%20Expeditions/images/icon-video.png") no-repeat scroll left bottom;
    color: #c57b24;
    font-family: "asapbold";
    font-size: 18px;
    margin: 0 0 20px;
    padding: 30px 0 0 60px;
    text-transform: none;
}
teaser img.teaser-image-brand-logo-overlay-image {
    top: 3px;
    right: 15px;
    width: 106px !important;
    height: 50px !important;
    position: absolute;
}
.isLargeDesktop teaser img.teaser-image-brand-logo-overlay-image.smallerIfOnLargeDesktop,
.isSmallDesktop teaser img.teaser-image-brand-logo-overlay-image.smallerIfOnSmallDesktop {
    width: 71px !important;
    height: 33px !important;
}
.homePage .WEXProductFinderCategorySubsetTextBoxWrapper {
    display: none;
}
.videoSectionOtherVideosRow {
    padding-left: 10px;
    padding-right: 10px;
}
.videoSectionOtherVideosColumn {
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'asapregular';
}
.videoSectionOtherVideosRow .owl-carousel .owl-controls {
    top: 37px;
}
.videoSectionOtherVideosRow .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: -39px;
    width: 62px;
    height: 62px;
    background: url(/portals/0/images/carousel-left.png) no-repeat!important;
    text-indent: -9999px;
}
.videoSectionOtherVideosRow .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: -39px;
    width: 62px;
    height: 62px;
    background: url(/portals/Utracks/images/carousel-right.png) no-repeat!important;
    text-indent: -9999px;
}
.trip-reviews-loading-icon {
    text-align: center;
    padding: 0 0 20px 0;
}
.trip-reviews .review-trip-name {
    font-family: open_sansbold;
    font-size: 18px;
}
.trip-reviews .viewTripButtonLink.whiteBackground {
    background: #fff;
    box-shadow: none !important;
    padding: 10px 25px;
}
.trip-reviews .viewTripButtonLink.whiteBackground span {
    color: #6B9080;
    font-size: 18px;
    height: 26px;
    text-shadow: none;
    background-image: url("/portals/0/images/btn-icon-green.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    display: inline-block;
    font-family: "asapregular";
    line-height: 25px;
    padding: 0 25px 0 0;
}
.mapCarouselFooter {
    bottom: 0px;
    position: absolute;
    width: 100%;
    text-align: left;
    padding: 20px 35px 5px 35px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+100&0+0,1+31,1+100 */
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 31%, rgba(242, 242, 242, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 31%, rgba(242, 242, 242, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 31%, rgba(242, 242, 242, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2', GradientType=0);
    /* IE6-9 */
}
.noLeftOrRightPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mobileBackLink {
    margin-bottom: 20px;
    display: inline-block;
}
.isLargeDesktop .mobileBackLink,
.isSmallDesktop .mobileBackLink,
.isTablet .mobileBackLink {
    display: none;
}
#askAnExpertModal .modal-content,
#sendToAFriendModal .modal-content {
    background-color: #eee;
    color: #FFFFFF;
}
#sendToAFriendModal .modal-header,
#askAnExpertModal .modal-header {
    background-color: #6B9080;
    padding-left: 80px;
}
#askAnExpertModal .modal-header .askAnExpertModal-modal-title:before {
    content: "";
    position: absolute;
    left: 20px;
    background: url("/Portals/World%20Expeditions/Images/askanexpert.png");
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
}
#askAnExpertModal .modal-header .askAnExpertModal-modal-title:after {
    content: "That's what we're here for ...";
    font-size: 14px;
    font-family: "open_sansregular";
    display: block;
}
#sendToAFriendModal .modal-header .sendToAFriendModal-modal-title::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 9px;
    background: url("/Portals/World%20Expeditions/Images/sendtoafriend.png");
    background-size: 40px 35px;
    height: 35px;
    width: 40px;
}
#askAnExpertModal .modal-body .askAnExpertModal-form-fields .row:nth-child(1) .col-xs-12 {
    color: #666;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 18px;
}
#askAnExpertModal .askAnExpertModal-modal-title,
#askAnExpertSticky .askAnExpertSticky-modal-title,
#sendToAFriendModal .sendToAFriendModal-modal-title {
    font-size: 20px;
    color: #FFFFFF;
}
#askAnExpertStickyTitle {
    font-size: 18px!important;
    font-weight: bold;
}
#askAnExpertSticky .askAnExpertSticky-modal-title::after {
    content: "That's what we're here for ...";
    font-size: 12px;
    font-family: "open_sansregular";
    display: block;
}
#askAnExpertSticky .askAnExpertStickyField,
#sendToAFriendModal .sendToAFriendModalField {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #FFFFFF;
    color: #999;
    font-style: italic;
}
#sendToAFriendModal .sendToAFriendModalField,
#askAnExpertModal .askAnExpertModalField {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #FFFFFF;
    color: #666;
    font-family: "open_sansregular";
    font-style: italic;
}
#askAnExpertModal .askAnExpertModal_state_row select {
    background-image: url("/Portals/World%20Expeditions/Images/dropdownArrowModal.jpg");
    background-size: 12px 10px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 13px;
}
#askAnExpertModal .askAnExpertModalField::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
}
#askAnExpertModal .askAnExpertModalField::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}
#askAnExpertModal .askAnExpertModalField:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}
#askAnExpertModal .askAnExpertModalField:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}
#askAnExpertModal::-webkit-input-placeholder,
#askAnExpertSticky::-webkit-input-placeholder,
#sendToAFriendModal::-webkit-input-placeholder {
    /* Chrome */
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}
#askAnExpertModal:-ms-input-placeholder,
#askAnExpertSticky:-ms-input-placeholder,
#sendToAFriendModal:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}
#askAnExpertModal::-moz-placeholder,
#askAnExpertSticky::-moz-placeholder,
#sendToAFriendModal::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    opacity: 1;
}
#askAnExpertModal:-moz-placeholder,
#sendToAFriendModal:-moz-placeholder,
#askAnExpertSticky:-moz-placeholder {
    /* Firefox 4 - 18 */
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    opacity: 1;
}
#askAnExpertModal_submit,
#askAnExpertSticky_submit,
#sendToAFriendModal_submit {
    background-color: #373a3f;
    color: #FFFFFF;
    border: none;
}
#askAnExpertModal .askAnExpertMessageField,
#askAnExpertSticky .askAnExpertMessageField,
#sendToAFriendModal .sendToAFriendModalMessageField {
    height: 80px;
}
#askAnExpertModal .close,
#askAnExpertSticky .close,
#sendToAFriendModal .close {
    color: #FFFFFF;
    opacity: 1;
}
#askAnExpertModal .modal-header,
#askAnExpertSticky .modal-header,
#sendToAFriendModal .modal-header {
    border-bottom: none;
}
#askAnExpertModal .modal-footer,
#askAnExpertSticky .modal-footer,
#sendToAFriendModal .modal-footer {
    border-top: none;
    text-align: center;
}
#askAnExpertStickyTab {
    background: url(/Portals/_default/Skins/Porto/Resources/img/bg-transparent-grey.png);
    color: #FFFFFF;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 20px;
    position: fixed;
    right: 70px;
    bottom: 0;
    cursor: pointer;
    height: 48px;
    z-index: 1040;
}
.isMobile #askAnExpertStickyTab {
    display: none;
}
#askAnExpertSticky {
    color: #696969;
    background-color: #eee;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    /* padding: 10px 20px; */
    position: fixed;
    right: 70px;
    bottom: 0;
    cursor: pointer;
    z-index: 1040;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    width: 250px;
    box-shadow: 0px -1px 5px #696969;
}
#askAnExpertSticky .modal-header {
    padding-bottom: 10px;
    background-color: #6B9080;
}
#askAnExpertSticky .modal-footer {
    padding-top: 0
}
#sendToAFriendModal-captcha-outer {
    text-align: center;
}
#sendToAFriendModal-captcha {
    display: inline-block;
}
header nav.mega-menu ul.nav-main .mega-menu-item .dropdown-menu li a.alternateSubCategoryMenuItem {
    /* padding-top: 0px;
	padding-bottom: 0px; */
    color: #AAAAAA !important;
}
#showWEXProductFinderSearchUrlTextArea {
    width: 100%;
    height: 300px;
}

/*START Responsive*/

@media (min-width:1px) {
    h1.logo {
        display: none!important;
    }
    .search h1.logo {
        display: block!important;
        position: absolute !important;
        top: 5px;
    }
    .control-group.search-active h1.logo {
        display: none!important;
    }
    .newsletter-green-btn {
        top: 34px;
        position: absolute;
    }
}
@media (min-width:480px) {}
@media (min-width:768px) {
    h1.logo {
        display: block!important;
    }
    .search h1.logo {
        display: none!important;
    }
    .newsletter-green-btn {
        top: 0px;
        position: absolute;
    }
}
@media (min-width:992px) {}
@media (min-width:1200px) {}

/*END Responsive*/

.searchInputContainer {
    display: inline-block;
    margin: 0 -3px 0 0;
    position: relative;
}
.DnnModule.DnnModule-DNN_HTML ul.WEXHomepage-introl-content {
    list-style: none;
}
.newsletter-green-btn {
    width: 40px;
}
.moduleInlineSettingsOuterWrapper {
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 10px;
}
.read-more-module-heading h2 {
    color: #9baa3a;
    font-family: 'asapbold';
    margin: 0 0 10px 0;
}
.img-responsive.rightColumnFullWidth {
    height: auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.categoryInlineHeroImage {
    height: auto !important;
    max-width: 200px !important;
    max-height: 200px !important;
    margin: 0 10px 5px 0 !important;
    float: left !important;
    padding: 0 !important;
}
.generalFieldInlineHeroImage {
    height: auto !important;
    max-width: 200px !important;
    max-height: 200px !important;
    margin: 0 10px 5px 0 !important;
    float: left !important;
    padding: 0 !important;
}
.generalFieldInlineHeroImageForBulletPoints {
    height: auto !important;
    max-width: 200px !important;
    max-height: 600px !important;
    margin: 0 22px 5px 0 !important;
    float: left !important;
    padding: 0 !important;
}
.popover.bottom>.arrow:after {
    border-bottom-color: #363c44 !important;
}
.popover.top>.arrow:after {
    border-top-color: #363c44 !important;
}
.popover.left>.arrow:after {
    border-left-color: #363c44 !important;
}
.popover.right>.arrow:after {
    border-right-color: #363c44 !important;
}
@media (max-width:510px) {
    div.popover {
        max-width: 90% !important;
    }
}
.mapCarouselHeading {
    padding-top: 15px;
}
ul.history li {
    list-style: none;
}
.popover-title {
    font-size: 18px !important;
    color: #9CAA39 !important;
    font-weight: bold;
}
.popoverSalePrice {
    font-size: 18px !important;
    line-height: 2;
}
.popoverNonSalePrice {
    font-size: 16px !important;
    color: #cecece !important;
}
.popover-content .currency {
    font-size: 14px!important;
}
.popoverOnSaleFlag {
    background: #be191f!important;
}

/*START Expand Footer*/

@media (max-width:767px) {
    .noIcon:before,
    .noIcon:after {
        display: none !important;
    }
    .noIcon {
        padding-left: 0px !important;
    }
    .wexFooterHide.toggle.active .toggle-content[style] {
        display: none !important;
        overflow: hidden !important;
        height: 23.1011px !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    .wexFooterHide.toggle .toggle-content[style] {
        display: block !important;
        overflow: hidden !important;
        height: auto!important;
        padding-top: 0px !important;
        margin-top: 0px !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    #footer .wefooter .footer-links .footer-links-column ul {
        display: block !important;
    }
    #footer .footer-links.wexFooterHide .footer-links-column {
        width: 100%;
    }
    .headerIcons{
        display: none;
    }
}
@media (min-width:768px) {
    .noIcon:before,
    .noIcon:after {
        display: none !important;
    }
    .noIcon {
        padding-left: 0px !important;
    }
    #footer .footer-links.wexFooterHide .footer-links-column {
        width: 100%;
    }
}

/*END Expand Footer*/

.categoryIntroInnerWrapper {
    max-height: 217px;
    overflow: hidden;
}
.categoryIntroReadMoreFooter {
    bottom: 20px;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 20px 0 5px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+0,1+31,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    margin-bottom: -70px;
}
.footer_newsletter {
    visibility: hidden;
}
contactoffice .office-container ul {
    list-style: none !important;
    position: relative;
}

/*More about button overlap*/

@media (min-width: 992px) {
    .btn.btn-borders.dark.mr-xs.mb-lg.btn-md.countrypage-btn.categoryIntroMoreAboutCategoryButton {
        margin-top: -40px;
    }
    .categoryIntroInnerWrapper ~ .categoryIntroReadMoreFooter {
        position: relative;
        bottom: 0;
        margin-bottom: 0;
    }
    .categoryIntroOuterWrapper {
        margin-bottom: 60px;
    }
}
@media (max-width: 991px) {
      html .tripPage .trippagewrap{
        margin-bottom: 50px;
    }
    .categoryIntroOuterWrapper {
        margin: 15px 0px 120px 0px;
    }
    .btn.btn-borders.dark.mr-xs.mb-lg.btn-md.countrypage-btn.categoryIntroMoreAboutCategoryButton {
        position: absolute;
        margin-top: -60px;
    }
}
.WEXContactUsFormWrapper {
    padding: 50px;
    background-color: #f2f2f2;
    margin-bottom: 30px;
}
.contactUsFormField {
    margin-bottom: 10px;
}
.contactUsFormCheckboxRow {
    margin-bottom: 5px;
    margin-bottom: 10px;
}
.contactUsFormCheckbox input[type="checkbox"] {
    margin-right: 5px;
}
textarea.form-control.contactUsFormEnquiryField {
    height: 120px;
}
WEXContactUsForm .stateDropDownLabel {
    font-size: 15px;
    color: #373b40;
    font-family: "open_sansregular";
    font-weight: 400;
}
WEXContactUsForm .invalid:before {
    display: inline-block;
    position: absolute;
    right: -10px;
    top: auto;
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    margin-top: 5px;
    color: #ce151b;
}
.displayByWETGDestination {
    display: none;
}
body.isWEAU .isWEAU,
body.isWENZ .isWENZ,
body.isWECA .isWECA,
body.isWEUK .isWEUK,
body.isWEUSA .isWEUSA,
body.isWEEU .isWEEU {
    display: inline !important;
}

.displayByWETGDestinationBlock{display:none;}
body.isWEAU .displayByWETGDestinationBlock.isWEAU,
body.isWENZ .displayByWETGDestinationBlock.isWENZ,
body.isWECA .displayByWETGDestinationBlock.isWECA,
body.isWEUK .displayByWETGDestinationBlock.isWEUK,
body.isWEUSA .displayByWETGDestinationBlock.isWEUSA,
body.isWEUS .displayByWETGDestinationBlock.isWEUS,
body.isWEEU .displayByWETGDestinationBlock.isWEEU{display:block !important;}


/* Navbar overlap search bar 03-07-2017 */

#headerTextSearchWrapper > span.searchInputContainer {
    z-index: 999;
    margin-top: -1px;
}

/* Responsive download trip note button 03-07-2017 */

@media (min-width:991px) and (max-width: 1199px) {
    button.downloadTripNotesButton em.icon-trip-download {
        display: none;
    }
}

/* Responsive "view trip buton" and "brand logo" 03-07-2017 */

@media (min-width:991px) and (max-width: 1199px) {
    a.brandInformationPopover img.teaser-image-brand-logo-overlay-image {
        -ms-transform: scale(0.7, 0.7);
        /* IE 9 */
        -webkit-transform: scale(0.7, 0.7);
        /* Safari */
        transform: scale(0.7, 0.7);
        margin-top: -7px;
        margin-right: -10px;
    }
    a.teaserLink button.btn.world-ex {
        -ms-transform: scale(0.7, 0.7);
        /* IE 9 */
        -webkit-transform: scale(0.7, 0.7);
        /* Safari */
        transform: scale(0.7, 0.7);
        margin-left: -20px;
    }
}

/* Arrow booking form */
.bookingFormRightColumnDealTermsAndConditions > p > a{
    text-decoration: none!important;
    color: #8a9734;
}

.bookingFormRightColumnDealTermsAndConditions > p > a:after{
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    color: #6B9080;
    position: relative;
    bottom: 2px;
    left: 8px;
}
 

.bookingFormRightColumnDealTermsAndConditions > p > a.accordion-toggle.bookingFormDealTermsAndConditionsAccordianLink[aria-expanded="false"]:after{
    content: "\f078"!important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    color: #6B9080;
    position: relative;
    bottom: 2px;
    left: 8px;
 
}

.bookingFormRightColumnDealTermsAndConditions > p > a.accordion-toggle.bookingFormDealTermsAndConditionsAccordianLink[aria-expanded="true"]:after{
    content: "\f077"!important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    color: #6B9080;
    position: relative;
    bottom: 2px;
    left: 8px;
}

div > ul.world_nav li:last-child a {
    border-left: none;
}

.body > footer .footer-atol {
    background: #272D33;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    margin-top: 0;
    padding: 22px 0px;
    color: #ffffff;
    font-family: "open_sansregular";
	font-size:12px;
	line-height:16px;
}

.isMobile .imageSliderContentPane,
.isTablet .imageSliderContentPane {
	min-height: 70px;
}

.isSmallDesktop .imageSliderContentPane,
.isLargeDesktop .imageSliderContentPane {
	min-height: 200px;
}

.credit404.banner-content.hidden-xs {
    background: url(css/images/bg-transparent-grey.png) repeat;
    font-family: "open_sansbold";
    font-size: 13px;
    border-radius: 3px;
    color: #FFF;
    padding: 5px 15px;
}

#headerTextSearch_search_link_2 {
	cursor:pointer;
}

.body>footer a, .body>footer h1, .body>footer h2, .body>footer h3, .body>footer h4 {
    color: #FFF!important;
}


/*====== New CSS =====*/
body header .icon-search {
    background: #CB6828;
    border-radius: 0 3px 3px 0;
    width: 32px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    font-size: 13px;
    right: -32px;
}
html .contacts {
    padding: 2px 15px 2px 55px;
    background: url(/Portals/_default/Skins/Porto/Resources/img/icon-phone-white.png) left center no-repeat;
    float: right;
    height: 50px;
}

html .email {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    display: block;
}

html .email a {
    color: #fff;
    text-decoration: none;
}

html .search label {
    display: inline-block;
    height: auto;
    background: transparent url(/Portals/_default/Skins/Porto/Resources/img/icon-magnify.png) no-repeat center center / 28px 28px;
    text-indent: -9999px;
    width: 38px;
    padding: 16px 0;
    margin: 0;
    overflow: inherit;
}

#mainMenu .dropdown-toggle:before{
    content:"";
}


html header.nav-bar .nav-main-collapse {
    background: #CB6828;
}



html body.sticky-menu-active header.nav-bar .search label {
    background-color: #6B9080;
    width: 43px;
    height: 43px;
    float: right;
    margin-top: -1px;
}

@media (min-width:768px) {
	html body.sticky-menu-active header.nav-bar .search label {
		float: left;
	}
}


.homeSearchBar{
    background: rgba(223,221,208,0.9);
    z-index: 9;
    position: absolute;
    top: -240px;
    width: 100%;
    height: 130px;
}

countrypage.homeSearchWrap .worldex-banner-content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-family: "open_sansbold";
    line-height: 14px;
    font-size: 13px;
    border-radius: 0 0 5px 5px;
    padding: 17px;
    right: 30px;
    bottom: -67px;
    max-width: none;
    z-index: -1;
}

.homeSearchWrap .owl-stage-outer{
    padding-bottom: 0px;
}

.homeSearchBar h4{
    font-weight: bold;
}
.homeSearchBar input{
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    background-image: url("/Portals/UTracks/Images/home-search-icon.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.homeSearchBar select{
    width: 100%;
    height: 50px;
    padding-left: 10px;
    background-image: url("/Portals/UTracks/Images/home-arrow-icon.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.homeSearchBar .col-xs-2{
    text-align: center;
    color: #C65921;
}

.homeSearchBar .btn.btn-primary{
    width: 100%;
    background: #C65921;
    border: #C65921;
    height: 50px;
    margin-bottom: 5px;
    margin-top: calc(50% - 55px);
}

.homeSearchBar .col-xs-10 .col-xs-4{
    border-right: 1px solid #696969;
    margin-top: 10px;
    padding-bottom: 20px;
}

.homePageTeaser .col-sm-6 .tile-container{
    height: 280px;
    overflow: hidden;
    max-width: calc(100% + 20px);
}

.homePageTeaser .col-sm-6 .tile-container img{
    width: 100%;
}

.sectionGreyUTX{
 background: #EBEBEB;
    margin-top: 20px;
}

.sectionDarkGrey{
 background: #455560!important;
    margin-top: 20px;
}

.sectionDark{
 background: #001223!important;
}

.headingHome{
    color: #b6a157;
    border-bottom: 1px solid #b6a157;
}

.headingHome strong{
    color: #5C5C59;
}



.utxActivitiesIcon{
    width: auto!important;
    height: 40px;
    display: inline-block!important;
}


html body .container .owl-carousel .owl-controls {
    top: calc(50% + 10px)!important;
}

html body .container .owl-carousel.nav-bottom .owl-controls {
    top: 100%!important;
}

html body .container .owl-carousel.nav-bottom .owl-stage-outer{
    margin-bottom: 60px!important;
}


html body .container .owl-carousel.nav-bottom .owl-controls .owl-nav .owl-prev{
    left: calc(50% - 32px);
    position: relative;
    transform: scale(0.7);
}
html body .container .owl-carousel.nav-bottom .owl-controls .owl-nav .owl-next{
    left: calc(50% + -10px);
    position: relative;
    transform: scale(-0.7);
}


.headingTan{
    color: #cbb677;
}

.headingDarkGrey{
    color: #54534a!important;
}

.centerUtxGrading{
    margin-left: calc(50% - 35px);
}

.a2a_dd{
    margin-left: calc(50% - 90px);
}

.a2a_dd span,
.a2a_button_facebook span,
.a2a_button_twitter span,
.a2a_button_google_plus span,
.a2a_button_email span{
   border-radius: 50px!important;
}




.footer_newsletter{
    display: none;
}

body .body > #footer {
    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: .9em;
    margin-top: -30px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
}


.adventureNewsBg{
    background-color: #e9e5da;
    margin: -5px -10px 10px -10px;
    padding: 20px;
}


.adventureNewsTeaseWrapper .tile-container{
    max-width: 100vh;
    overflow: hidden;
}

html body header .icon-search {
   top: -1px;
}

html body nav ul > li:hover{
    background: none;
}


.reviewH5{
   text-transform: capitalize;
}


body .tabs-left .nav-tabs > li.active a,
body .tabs-left .nav-tabs > li.active a:hover,
body .tabs-left .nav-tabs > li a,
body .tabs-left .nav-tabs > li a:hover{
    border-left: 1px solid;
}

body .body > #footer .footer-copyright {
    background: #414b56;
    border-top: 4px solid #414b56;
    margin-top: 40px;
    padding: 10px 0 10px;
}

header nav.mega-menu .container {
    display: none;
}



html body .homeSearchWrap .owl-carousel.slidinghomeimg.owl-theme.owl-loaded.owl-carousel-init .owl-item {
 overflow: hidden!important;   
    max-height: 550px!important;
}


.headerIcons{
    position: absolute;
    right: 0px;
    margin-top: 8px;
}

.headerIcons .social-media-icon {
    display: inline-block;
    width: 40px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.headerIcons .social-media-icon.facebook {
    background-image: url(/portals/0/images/social-media-facebook.png);
}
.headerIcons .social-media-icon.twitter {
    background-image: url(/portals/0/images/social-media-twitter.png?v=2);
}
.headerIcons .social-media-icon.pinterest {
    background-image: url(/portals/0/images/social-media-pinterest.png);
}
.headerIcons .social-media-icon.youtube {
    background-image: url(/portals/0/images/social-media-youtube.png);
}
.headerIcons .social-media-icon.linkedin {
    background-image: url(/portals/0/images/social-media-linkedin.png);
}
.headerIcons .social-media-icon.blog {
    background-image: url(/portals/0/images/social-media-blog.png);
}
.headerIcons .social-media-icon.instagram {
    background-image: url(/portals/0/images/social-media-instagram.png);
}

.homePage .worldex-banner-content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: "open_sansbold";
    line-height: 14px;
    font-size: 13px;
    border-radius: 3px;
    padding: 10px;
    right: inherit!important;
    left: 200px;
    bottom: 0px;
}

.tile-footer{
    background-color: #455560;
    margin: -5px -10px 5px -10px;
    padding: 10px 20px 1px;
}

.tile-footer p{
color: #fff;
}


.homeTestiSection .testimonial-style-5 p{
    font-size: 14px!important;
}

.homeTestiSection .testimonial.testimonial-style-5 .testimonial-author {
    padding: 6px 0 0;
    margin: 12px 0 0;
    border-top: none;
}

.homePage  .owl-carousel .owl-nav .owl-prev:hover,
.homePage  .owl-carousel .owl-nav .owl-next:hover{
    background: rgba(0, 0, 0, 0) url("/portals/Utracks/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px!important;
    opacity: 0.7;
}

.testimonial-author p strong{
    color:#455560!important;
}

.border-top-none{
    border-top: none!important;
}


#dnn_homePageReadMore .tile-container .tile-content {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(23%, rgba(0, 0, 0, 0.16)), color-stop(44%, rgba(0, 0, 0, 0.31)), color-stop(82%, rgba(0, 0, 0, 0.58)), color-stop(100%, rgba(0, 0, 0, 0.71)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    position: relative;
    top: -88px;
    left: 0;
    padding: 20px;
    right: 0;
    margin-bottom: -88px;
}
#dnn_homePageReadMore .tile-container .tile-description-content{
     background-color: #455560;
    color: #fff;
    padding: 10px 20px 10px;
}

#dnn_homePageReadMore .tile-container .more,
#dnn_homePageReadMore .tile-container .more:visited{
    background-color: #6B9080;
    margin-top: 10px;
}
#dnn_homePageReadMore .tile-container .more:hover,
#dnn_homePageReadMore .tile-container .more:active, 
#dnn_homePageReadMore .tile-container .more:focus{
    border-color: #6B9080; color: #6B9080; background: #fff;
}

.contentPage .tile-container .tile-content {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(23%, rgba(0, 0, 0, 0.16)), color-stop(44%, rgba(0, 0, 0, 0.31)), color-stop(82%, rgba(0, 0, 0, 0.58)), color-stop(100%, rgba(0, 0, 0, 0.71)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    position: relative;
    top: -88px;
    left: 0;
    padding: 20px;
    right: 0;
    margin-bottom: -88px;
	min-height: 88px;
}
.contentPage .tile-container .tile-description-content{
     background-color: #455560;
    color: #fff;
    padding: 10px 20px 10px;
}

.contentPage .tile-container .more,
.contentPage .tile-container .more:visited{
    background-color: #6B9080;
    margin-top: 10px;
}
.contentPage .tile-container .more:hover,
.contentPage .tile-container .more:active, 
.contentPage .tile-container .more:focus{
    border-color: #6B9080; color: #6B9080; background: #fff;
}

.gr__awh_spawnit_com .topAdventuresTeaser .country-title{
    display: none;
}

.gr__awh_spawnit_com .topAdventuresTeaser .topAdventuresTeaserViewTripButton{
    background: #cb6828;
    border: none;
    padding: 5px 20px;
}

.gr__awh_spawnit_com .topAdventuresTeaser .topAdventuresTeaserViewTripButton span{
    color: #fff;
    background: none;
    padding-right: 0px;
}

.gr__awh_spawnit_com .topAdventuresTeaser .topAdventuresTeaserViewTripButton span:after{
content: " \e105";
position: relative;
top: 2px;
left: 5%;
font-size: 17px;
margin-left: 5px;
    font-family: 'Metrize-Icons';
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
}

.mt-neg {
    margin-top: -20px !important;
}

#dnn_homePageCarousels{
    padding-top: 20px;
}

.tile-description-content{
    padding-top: 10px;
}


.gr__awh_spawnit_com wexcontactusform .SubmitButton{
    background: #cb6828;
    text-shadow: none;
    padding: 5px 40px;
    border: 1px solid #cb6828;
    margin-top: 20px;
}
.gr__awh_spawnit_com wexcontactusform .SubmitButton:hover{
    border: 1px solid #cb6828;
    background: #fff;
    color: #cb6828;
       
}

whytravelwithus img,
whytravelwithus p{
   display: block;
    float: left;
    margin-right: 5px;
    padding-bottom: 5px;
}
whytravelwithus h4{
    color: #cb6828!important;
}


.TASAWHGroupEnquiryForm .valid:before {
	display: inline-block;
	position: absolute;
	right:22px;
	bottom: 8px;
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: translate(0,0);
	margin-top: 5px;
	color: #f7921e;
}

.TASAWHGroupEnquiryForm .invalid:before {
	display: inline-block;
	position: absolute;
	right:22px;
	bottom: 8px;
	content: "\f00d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: translate(0,0);
	margin-top: 5px;
	color: #ce151b;
}

.TASAWHGroupEnquiryForm .invalid select,
.TASAWHGroupEnquiryForm .invalid input{
	border: 1px solid #ce151b;
}

.TASAWHGroupEnquiryForm .row {
	margin-top: 10px;
}

.WEXReadMoreModuleButton {
	margin-top:10px;
}

.btn.testimonial-trip-link-button{
    font-size: 12px;
    padding: 2px 5px;
}

.homePage .testimonial-author > p > strong{
    display: inline-block;
    margin-right: 5px;
}
.homePage .testimonial-author > p > span{
    display: inline-block;
    color: #cb6828;
}

.homePage .testimonial.testimonial-with-quotes blockquote:before,
.homePage .testimonial.testimonial-with-quotes blockquote:after {
    color: #cb6828;
}

html body.homePage .container .owl-carousel.nav-bottom .owl-controls .owl-nav .owl-prev {
    left: 20px;
    bottom: 60px;
}
html body.homePage .container .owl-carousel.nav-bottom .owl-controls .owl-nav .owl-next {
    left: calc(100% - 55px);
     bottom: 60px;
}

.faqQuestionMark{
    color: #f7921e;
    margin: auto 20px auto 10px;
    display: none;
}

.faqQuestionText{
    text-transform: none;
    font-size: 16px;
    font-family: 'open_sansregular';
    margin-left: 10px;
}
.faqsAnswerText{
    padding: 10px;
}
#faqsAccordion .panel-title{
    position: relative;
}
#faqsAccordion .accordion-toggle:after{
    position: absolute;
    left: auto;
    right: 10px;
    top: calc(50% - 5px);
    display: inline-block;
}

.faqsExpandCollapseLinks a{
    margin: 0 20px 20px 0;;
}
#faqsAccordion .panel {
    border-bottom: none;
}

.bookingFormUpperCharityLogo{
    width: 100%;
    height: auto;
}

.homePage .dnnEditState:before{
    display: block;
    width: 50px;
    height: 200px;
    content:"ff";
    background: rgba(255,255,255,0.5);
    z-index: 999;
    position: fixed;
    right: 0px;
    top: 0px;
}


 #dnn_DestinationsMap,
 #most-popular-and-iconic-anchor{
        z-index: 9;
        float: left;
        width: 100%;
        position: relative;
}

#most-popular-and-iconic-anchor .tile-container .tile-content{
    background: #82807c;
    top: 0px;
    margin-bottom: 0px;
}
#most-popular-and-iconic-anchor .tile-container .tile-content a button{
    background: #fff;
    color: #82807c;
}
#most-popular-and-iconic-anchor .tile-container .tile-content a button:hover{
   color: #6B9080;
   background: #fff;
}

.btn[data-target="#askAnExpertModal"]:hover{
    color: #fff!important;
}

.homePage #dnn_homePageVideo{
    margin-bottom: 20px;
}

.tripPage .tripSummaryTable{
    background: blue!important;
    position: relative;
    z-index: 2
}

.tripPage .socialLinksRow .trip-code p{
   z-index: 1;
   position: relative;
}

.toggle.toggle-simple .toggle>label.newIcon{
    padding-left: 0px;
}

.toggle.toggle-simple .toggle>label.newIcon h4{
    width: auto!important;
    display: block;
    float: left;
}

.toggle.toggle-simple .toggle.active>label.newIcon:after {
    background: none;
    content: "\f054";
    color: #cb6828;
    position: relative;
    display: block;
    float: left;

    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    margin-top: 8px;
    margin-left: 10px;

}

.toggle.toggle-simple .toggle>label.newIcon:after {
    background: none;
    content: "\f078";
    color: #cb6828;
    position: relative;
    display: block;
    float: left;

    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    margin-top: 8px;
    margin-left: 10px;

}

.toggle.toggle-simple .toggle>label.newIcon:before {
  display: none;
}

.continueLoadingMessage {
	height: 50px;
	color: #000000;
	padding-top: 10px;
	font-weight: bold;	
}

#most-popular-and-iconic-anchor .title-wrapper {
	margin-bottom: 10px;
}

.bookingFormENewsletterMessage p{font-size:12px;line-height:15px;margin-bottom:8px;}
.checkboxLongDescription label {width: calc(100% - 30px);margin-left: 10px;}
.checkboxLongDescription {height: auto!important;}
.checkboxLongDescription input {vertical-align: top;}

.DnnModule-TASTripReviewsCarousel .owl-theme .owl-nav {
	text-align:left !important;
}

/*################################
##                              ##
##  JOIN OUR NEWSLETTER STICKY  ##
##                              ##
################################*/ 


@media (max-width:767px) {
	html #askAnExpertStickyTab,
	html #joinOurNewsletterStickyTab{
		bottom: 0px!important;
	}
}

#joinOurNewsletterStickyTab {
    background: url(/Portals/_default/Skins/Porto/Resources/img/bg-transparent-grey.png);
    color: #FFFFFF;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 20px;
    position: fixed;
    right: 208px;
    bottom: 0;
    cursor: pointer;
    height: 47px;
    z-index: 1040;
}
/*
.isMobile #joinOurNewsletterStickyTab {
    display: none;
}
*/
#joinOurNewsletterSticky {
    color: #696969;
    background-color: #eee;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    /* padding: 10px 20px; */
    position: fixed;
    right: 208px;
    bottom: 0;
    cursor: pointer;
    z-index: 1040;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    width: 280px;
    box-shadow: 0px -1px 5px #696969;
}

.isMobile #joinOurNewsletterSticky {
    right: 100px;
	z-index: 1042 !important;
}

#joinOurNewsletterSticky .modal-header {
    padding-bottom: 10px;
    background-color: #6B9080;
}
#joinOurNewsletterSticky .modal-footer {
    padding-top: 0
}
#joinOurNewsletterStickyTitle {
    font-size: 18px!important;
    font-weight: bold;
	color:#FFFFFF;
}

.eNewsStickyBold {
	font-weight:bold;
	color:#000000;
	margin-bottom: 5px;
}

.eNewsStickyPlain {
	font-weight:normal;
	color:#000000;
	margin-bottom: 5px;
}

.modal-footer.joinOurNewsletterSticky-footer {
	border-top:none;
}

#joinOurNewsletterSticky_submit {
	background-color:#373a3f;
	color:#FFFFFF;border:none;
}

#joinOurNewsletterSticky .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

@media (max-width: 767px){html .body > footer .footer-copyright{padding-bottom: 50px!important;}}

/*------- ASK AN EXPERT --------*/
#askAnExpertModal {
 z-index:10000;
}

body.isAdministrator.dnnEditState div.main {
	padding-top: 130px;				
}


/*------- SMALLER SCREEN SIZE FIXES ----------*/
@media (max-width: 374px){
    a.scroll-to-top{
        display: none!important;
    }

    div#joinOurNewsletterStickyTab{
        right: 150px!important;
    }
    .isMobile #joinOurNewsletterSticky{
        right: unset!important;
        left: 10px;
        width: calc(100vw - 20px)!important;
    }
    div#askAnExpertStickyTab{
        right: 10px;
    }
    div#askAnExpertSticky{
        right: unset!important;
        left: 10px;
        width: calc(100vw - 20px)!important;    
    }
}

.booking-table.tripSummaryTable .nonDeal.nonDealSpecialOffer {
	display:block !important;
	position:static !important;
	margin-top: -15px;
}

/* Last menu item to float right */
#mainMenu li.col-md-2:nth-last-child(1) ul{
    left: unset;
    right: 0px;
}

@media (min-width: 769px){
body.sticky-menu-active header.nav-bar .search label#headerTextSearch_search_link_2 {
display: block;    
}
}


.sticky-menu-active #ControlBar {
	display: block!important;
}

.sticky-menu-active.isMobile header{
    position: fixed!important;
}

html body.sticky-menu-active.isMobile header.nav-bar .search label{
    margin-top: 4px;
}


/* Start last minute trips list */

.lastMinuteTripsList {
	font-family: 'open_sansregular';
	font-size: 15px;
	font-weight:normal;
	color:#000000;
}

.lastMinuteTripsList .tripRow.odd,
.lastMinuteTripsList .tripRow.even,
.lastMinuteTripsList .row.headerRow {
	border-bottom: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lastMinuteTripsList .row.headerRow {
	font-family: 'open_sansbold';
	font-size: 14px;
	color: #777;
}

.lastMinuteTripsList .tripRow.odd {
	background-color: #F9F9F9;
}

.lastMinuteTripsList button {
	width:100%;
	margin-top: 6px;
	margin-bottom: 0 !important;
}

.lastMinuteTripsList .priceCurrencyCode {
	font-size:10px;
}

.lastMinuteTripsList .priceSpecialOffer {
	font-family: 'open_sansregular';
	font-size:10px;
}

.lastMinuteTripsList .priceFromLabel {
	font-family: 'open_sansregular';
	font-size:10px;
}


.lastMinuteTripsList .nonDeal {
	text-decoration: line-through;
	color: #a2a2a2;
	font-style: italic;
}

.lastMinuteTripsList .tripRow .priceColumn {
	padding-left:20px;
	line-height:15px;
	font-family: 'open_sansbold';
	font-size: 17px;
}

/* End last minute trips list */



/* Start: National Geographic and Wild Women On Top Logos */

.nationalGeographicExpeditionsCarouselLogo {
    position: absolute;
    left: 0;
    bottom: 15vw;
    max-width: 388px;
}

.nationalGeographicExpeditionsLogoWrapper img {
    position: absolute;
    left: 0;
    width: 35vw;
}

@media (max-width:480px) {
    .nationalGeographicExpeditionsLogoWrapper img {
        width: 50vw;
    }
}

@media (max-width:991px) {
    .nationalGeographicExpeditionsLogoWrapper {
        position: absolute !important;
        z-index: 99;
        bottom: 80px;
    }

    .nationalGeographicExpeditionsLogoWrapper.wwotLogo {
        bottom: 150px;
    }

    .nationalGeographicExpeditionsLogoWrapper img {
        position: absolute;
        bottom: 50px;
        left: -10px;
    }
}

@media (min-width:992px) {

    .nationalGeographicExpeditionsLogoWrapper {
        position: absolute !important;
        z-index: 99;
        bottom: -10px;
    }

    .nationalGeographicExpeditionsLogoWrapper img {
        left: -20px;
    }
}

@media (min-width:992px) and (max-width:1029px) {
    .nationalGeographicExpeditionsLogoWrapper img {
        left: 0;
    }

}

/* End: National Geographic and Wild Women On Top Logos */

.darkbluebottom {
    text-align: center !important;
}

.darkbluebottom img{
    display: inline-block;
    height: 145px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}

.darkbluebottom img:nth-last-child(1){
    margin-right: 0px!important;
}

@media (max-width:479px){
    
.darkbluebottom img{
    display: block;
    height: 145px;
    margin: auto auto;
}
    .darkbluebottom img:nth-last-child(1){
    margin: auto auto!important;
}   
}


form[action="/travel-advisory"] #travel-with-us-section hr{
    display: none;
}


.blogAutoCaption, .blogAutoCaption b, .blogAutoCaption i {
	font-size:15px !important;
	font-family:'open_sansregular' !important; /* open_sansregular carnasLight */
	font-weight:normal !important;
	font-style:italic !important;
	line-height:22px !important;
}



/* Information strip - the one under the hero carousel image */

@media (min-width:768px) {
	body.homePage .messageStripOuter {
		top: -22px; 
	}
}

body.homePage .messageStripOuter {
	margin-top: 0; 
	position: relative;
	margin-bottom: 0;
}

.messageStripOuter {
	margin-top: -20px; 
	margin-bottom: 15px;
}

body.contentPage.isTablet .messageStripOuter,
body.contentPage.isMobile .messageStripOuter {
	margin-top: -20px;
}

body.tripPage.isTablet .messageStripOuter,
body.tripPage.isMobile .messageStripOuter {
	margin-top: -50px;
}



div.body.liveBlogBody .messageStripOuter {
	margin-top: 0;
	margin-bottom: 0;
}

.messageStripInner {
	padding: 5px;
	text-align:center;
}

.messageStripBold {
	font-family:'open_sansbold' !important;
	margin:	10px 5px;
}

.messageStripPlain,
.messageStripLink {
	font-family:'open_sansregular' !important;
	margin-right: 5px;
	margin-left: 5px;
}

a.messageStripLink {
	text-decoration:underline;
}

footer#footer .footer-travel-group h4 a {
	color:#CB6828 !important;
}

@media (max-width:767px) {
	.fullMapSizing {
		padding-top:100%;
	}
}

@media (min-width:768px) {
	.fullMapSizing {
		padding-top:56%;
	}
}

footer#footer .footer-travel-group h4 a {
	color:#F98948 !important;
}

.fullMapElevationDisclaimer {
	text-align:center;
	font-style:italic;
	font-size:12px !important;
	line-height:14px;
}

/* Start stress free */


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20% !important;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20% !important;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20% !important;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20% !important;
        float: left;
    }
}


.stressFreeItem {
	display:inline-block;
	vertical-align: top;
}

@media (min-width: 1px) {
	.stressFreeItem {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.stressFreeItem {
		width: 20%;
	}
}


.stressFreeIcon {
	width:100%;
	height:auto;
	padding: 0;
}

.stressFreeInner {
	padding-left: 15px;
	padding-right: 15px;
}

.stressFreeColumn {
}

h3.stressFreeHeading {
	margin-bottom:0;
}

.stressFreeText {
	margin-top:0;
	text-align:center;
}

.stressFreeOuter {
	margin-bottom: 15px;
}

/* end stress free */

#tripNameXSandSM h1 {
	font-size: 27px;
	line-height: 35px;
	color: #CB6828;
	font-family: 'open_sansbold';
	letter-spacing: normal;
	text-shadow: none;
}

body.isTablet .tripSummaryTable {
	margin-top: 15px;
}


/* begin home page hero image dead zone fix */
.newHomeSearch #dnn_ImageSlider .owl-carousel .owl-item .banner-content, 
.newHomeSearch #dnn_ImageSlider .owl-carousel .owl-controls {
	pointer-events: none;
}

.newHomeSearch #dnn_ImageSlider .owl-carousel .owl-controls .owl-dot {
	pointer-events: auto;
}
/* end home page hero image dead zone fix */

.tripPageSummaryTableRating {
	overflow-x: hidden
}

.indigenous-acknowledgement {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFFFFF;
    border-top: 2px solid #282d33;
}

/* Teaser stars start */

.teaserInner .ratecircle5 {
	height:30px;
}

.teaserInner .ratecircle5 .btn-stars {
	padding-top: 5px;	
}

.teaserInner .ratecircle5 .btn-reviews {
    padding-left: 0;
    background: none;
    display: inline-block;
	position:relative;
    top:-1px;	
}

.teaserInner .btn-stars {
	transform: scale(0.66);	
	display:inline-block;
	margin-right: -35px;
	margin-left: -35px;
}

.teaserInner .btn-stars .starRating:before {
    left: 0;
	background-image: url(/Portals/World%20Expeditions/css/Images/nostar-teasers.png);
}

.teaserInner .btn-stars .starRating:after {
    left: 0;
    background-image: url(/Portals/World%20Expeditions/css/Images/fullstar-teasers.png);
}

.teaserInner .ratecircle5 .activity-action-btn {
	text-align:center;
}

/* Teaser stars end */

.btn.departure-dates-btn-view-all.viewAllDepartureDatesButton,
.btn.departure-dates-btn-view-all.viewFirst10DepartureDatesButton {
	border: 2px solid #CB6828 !important;
	padding: 10px 0 !important;
}

.btn.departure-dates-btn-view-all.viewAllDepartureDatesButton span,
.btn.departure-dates-btn-view-all.viewFirst10DepartureDatesButton span {
	font-size: 15px;
}

.btn.departure-dates-btn-view-all.viewAllDepartureDatesButton downIcon {
	background: rgba(0,0,0,0) url(/portals/world%20expeditions/images/arrow-down-medium-grey.png) no-repeat scroll right center/10px 7px;	
}

.btn.departure-dates-btn-view-all.viewFirst10DepartureDatesButton upicon {
	background: rgba(0,0,0,0) url(/portals/world%20expeditions/images/arrow-up-medium-grey.png) no-repeat scroll right center/10px 7px;
}

#main-banner-square .owl-controls {
	display:none;
}

.owl-dots.disabled {
    display: none !important;
}



@media (max-width:991px) {
	.tripRefinedLabel.newTrip:after {
		display:none;
	}
	
	.tripRefinedLabel {
		margin-bottom: 10px;
	}
}

@media (min-width:992px) {
	.tripRefinedLabel {
		margin-left: -20px;
	}
}

.tripRefinedLabel {
    color: #fff;
    width: 120px;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    text-transform: uppercase;
	position: absolute;
    top: -25px;	
	border-radius: 6px 6px 0 0;
}

.tripRefinedLabel.newTrip {
    background: #6B9080;
}

.tripRefinedLabel.newTrip:after {
    border-top: 20px solid #6B9080;
}

.tripRefinedLabel.updatedTrip {
    background: #6B9080;
}

.tripRefinedLabel.updatedTrip:after {
    border-top: 20px solid #6B9080;
}












/* Start fondation/projects */

html .tripPageBodySDGWrapper {
	margin-top: 10px;
}

html .tripPageBodySDGWrapper img.tripPageBodySDG {
	max-width:105px;
	margin-right:10px;
	margin-bottom:15px;
}

html .tripPageBodySDGTextWrapper .SDGTitle {
	font-weight:bold;
}

#un-sustainable-development-section .more-about-content,
#learning-outcomes-section .more-about-content {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 479px){
    html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG{
    width: 28%;
    margin-right: 5%;
    margin-bottom: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px){
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG{
    width: 15%;
    margin-right: 5%;
    margin-bottom: 15px;
  }
}


@media (min-width: 768px) and (max-width: 991px){
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG{
    width: 11%;
    margin-right: 10px;
  }

}

@media (min-width: 992px) and (max-width: 1199px){
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG{
    margin-bottom: 15px;
  }
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG:nth-child(2n + 2){
    margin-right: 0px;
  }
html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG:nth-child(2n + 1){
 margin-right: 15px;
}
}

@media (min-width: 1200px){
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG{
    margin-bottom: 15px;
  }
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG:nth-child(2n + 2){
    margin-right: 0px;
  }
  html .tripPageOverviewSDGWrapper img.tripPageOverviewSDG:nth-child(2n + 1){
 margin-right: 16px;
}
}

 img.tripPageOverviewSDG {
     width: 105px;
     height: auto;
     margin-right: 5px;
     margin-bottom: 5px;
 }
 
 .isSmallDesktop img.tripPageOverviewSDG {
         width: 81px;
 }
 
 
div.body.wefProject h3.worldex-heading {
		margin-top:0;
		margin-bottom:10px;
}

div.body.wefProject #dnn_DonationForm {
	/*
	padding-left:30px;
	padding-right:15px;
	*/
}

.tripTitleProjectImage {
	margin-left: -20px;
	max-width: 300px;
    max-height: 150px;
}

.worldex-heading.shortObjective {
	font-size: 30px;
	line-height: 34px;
}

.body.wefProject .donationFormContentPaneOuter {
    background-color: #650532;
}

.body.wefProject .WEFDonationFormMain {
	padding: 15px 15px 0 15px;
}

.body.wefProject .WEFDonationFormMain h3.worldex-heading,
.body.wefProject .WEFDonationFormMain label,
.body.wefProject .WEFDonationFormMain p,
.body.wefProject .WEFDonationFormMain .paymentGatewayInfoPanel {
    color: #FFFFFF;
}



.body.wefProject .WEFDonationFormMain .alert.alert-warning p {
	color: #000000;
}

.body.wefProject .leftRegenerativeProject {
	font-size: 20px;
    color: #373b40;
    font-family: "open_sansregular";
	font-weight: bold;
}

.projectTeaserResponsiveImage {
	height: auto !important;
	width: auto !important;
	max-height:60px !important;
	max-width:100% !important;
}


@media (min-width: 1319px) {
    .body.wefProject .WorldExpeditions_Title_Trip {
        max-width: 750px;
    }
}

.WEFProjectCarouselResults .teaserTripDescription p {
	margin-bottom:0;
}

/* End fondation/projects */


/* Auto complete destination heading */
keyword_autocomplete .ui-state-disabled.searchAutoCompleteHeading,
keyword_autocomplete .ui-widget-content .ui-state-disabled.searchAutoCompleteHeading,
keyword_autocomplete .ui-widget-header .ui-state-disabled.searchAutoCompleteHeading {
	opacity: 1;
	filter:Alpha(Opacity=100); /* support: IE8 */
	background-image: none;
	font-family: 'open_sansbold';
	color: #9baa3a;
	text-transform: uppercase;
}
keyword_autocomplete .ui-state-disabled.searchAutoCompleteHeading .ui-icon {
	filter:Alpha(Opacity=100); /* support: IE8 - See #6059 */
}
/* Auto complete destination heading */


a.btn.customCarouselViewTripButton {
	margin-top: 15px;
}

a.btn.customCarouselViewTripButton,
a.btn.customCarouselViewTripButton:visited {
    background-color: #cb6828;
    border-color: #cb6828;
    color: #ffffff;
}


a.btn.customCarouselViewTripButton:hover,
a.btn.customCarouselViewTripButton:active {
    border-color: #cb6828;
    color: #cb6828;
    background-color: #fff;
}